mulmatriz: mulmatriz.c threads.o sync.o
	gcc  -D_REENTRANT -lthread mulmatriz.c threads.o sync.o -o mulmatriz 
threads.o: threads.h threads.c
	gcc  -D_REENTRANT -c threads.c
sync.o: sync.c
	gcc  -D_REENTRANT -c sync.c
